home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/PageLayout.h>
-
- @interface PageMargin : PageLayout
- {
- id plpAccessory; /* accessory view in the page layout panel */
- id leftMargin;
- id rightMargin;
- id topMargin;
- id bottomMargin;
- }
-
- /* Methods overridden from superclass */
-
- - getValues:(float *)lm right:(float *)rm top:(float *)tm bottom:(float *)bm;
- - setValues:(float)lm right:(float)rm top:(float)tm bottom:(float)bm;
-
- - pickedUnits:sender;
- - readPrintInfo;
- - writePrintInfo;
- - setPlpAccessory:anObject;
- - setTopBotForm:anObject;
- - setSideForm:anObject;
-
- @end
-
-
-